home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / OpenTemplate.nib / data.classes next >
Text File  |  1994-12-14  |  441b  |  31 lines

  1. PGDocMgr = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     docClass;
  6.     activeDocs;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. BinderMgr = {
  16.     ACTIONS = {
  17.     browserClick:;
  18.     templateCancel:;
  19.     templateOK:;
  20.     };
  21.     OUTLETS = {
  22.     defaultTemplateLocation;
  23.     templateOKButton;
  24.     knownTemplateTitles;
  25.     templateBrowser;
  26.     knownLocationTable;
  27.     templatePanel;
  28.     };
  29.     SUPERCLASS = PGDocMgr;
  30. };
  31.